containers.<name>.privateNetwork
Whether to give the container its own private virtual
Ethernet interface. The interface is called
eth0, and is hooked up to the interface
ve-«container-name»
on the host. If this option is not set, then the
container shares the network interfaces of the host,
and can bind to any port on any interface.
- Type
boolean- Default
false- Declared
- <nixpkgs/nixos/modules/virtualisation/nixos-containers.nix>